home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gSICDPath, gSIPathSep, gSISystem, gSIHWnd, gSIHParentWnd, gSIShowWindow
- if hPressButton() then
- go("Finished")
- HSStatePut("sd", "installed", "1")
- set vFile to "-f" & gSICDPath & "wsw" & gSIPathSep & "wsw.dat"
- set vEXE to gSICDPath & "setup"
- updateStage()
- if gSISystem = "WIN" then
- set vTmp to gSIShowWindow(mCall, gSIHParentWnd, 6)
- end if
- open(vFile, vEXE)
- end if
- end
-